libxl: Make libxl__xs_* more const-correct
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 12 Dec 2011 17:48:37 +0000 (17:48 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 12 Dec 2011 17:48:37 +0000 (17:48 +0000)
commit1eacd68b8a9daa3690cbdb4d71514fa36b7aad82
tree06aa013df5eba8f34baf3041a92b2f64226e47e8
parent0eefd1091284ac85e403cbe68ed133b51b7f046a
libxl: Make libxl__xs_* more const-correct

Paths and values which are not modified by these functions should be
declared as "const char *" not "char *".

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_internal.h
tools/libxl/libxl_xshelp.c